home *** CD-ROM | disk | FTP | other *** search
- // Radiobutton.h : main header file for the RADIOBUTTON DLL
- // High Tech BASIC, Copyright (C) TransEra Corp 1999, All Rights Reserved.
- // Sven Henze, Tech Soft GmbH 1999
-
- #if !defined(AFX_BUTTON_H__D6D63EC5_3EA4_11D3_A911_00104B9A4FD0__INCLUDED_)
- #define AFX_BUTTON_H__D6D63EC5_3EA4_11D3_A911_00104B9A4FD0__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
- #include "RadiobuttonDlg.h" // Added by ClassView
-
- //**************************************************************************
- // begin prototypes
-
-
- void Initialize(RadioButtonDlg * Bdlg);
- short Showrbutton(short option, short count, long width, short * pressed, char* title, char* text0, char* text1, char* text2 ,char* text3,
- char* text4, char* text5, char* text6, char* text7, char* text8, char* text9, char* text10);
- void Setfocus();
- void Closerbutton();
-
-
- // end prototypes
- //***************************************************************************
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CRadioButtonApp
- // See RadioButton.cpp for the implementation of this class
- //
-
- class CRadioButtonApp : public CWinApp
- {
- public:
- CRadioButtonApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRadioButtonApp)
- //}}AFX_VIRTUAL
-
- //{{AFX_MSG(CRadioButtonApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_BUTTON_H__D6D63EC5_3EA4_11D3_A911_00104B9A4FD0__INCLUDED_)
-